Skip to content

feat: GitHub Actions CI/CD + Notarization#2

Merged
RAKKUNN merged 1 commit intomainfrom
feature/ci-cd
Apr 4, 2026
Merged

feat: GitHub Actions CI/CD + Notarization#2
RAKKUNN merged 1 commit intomainfrom
feature/ci-cd

Conversation

@RAKKUNN
Copy link
Copy Markdown
Owner

@RAKKUNN RAKKUNN commented Apr 4, 2026

CI Workflow

  • Triggers on push/PR to main (macOS 14 runner, Swift 5.9)
  • Debug + Release builds

Release Workflow

  • Triggers on version tags (v*)
  • Build → Sign → Notarize → DMG → GitHub Release

Required Secrets

  • APPLE_CERTIFICATE_BASE64, APPLE_CERTIFICATE_PASSWORD, SIGNING_IDENTITY
  • APPLE_ID, APPLE_ID_PASSWORD, APPLE_TEAM_ID

Usage

git tag v1.0.0 && git push origin v1.0.0

- CI: Build on push/PR to main (macOS 14, Swift 5.9, debug + release)
- Notarization workflow deferred until Apple Developer account is available
@RAKKUNN RAKKUNN merged commit 5a28219 into main Apr 4, 2026
1 check passed
@RAKKUNN RAKKUNN deleted the feature/ci-cd branch April 4, 2026 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant